home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
dev
/
asm
/
Tandem2.68.lha
/
Tandem
/
Teaching
/
20.i
< prev
next >
Wrap
Text File
|
2000-04-02
|
252b
|
11 lines
* Teaching/16.i (to demonstrate INCLUDE)
xref _LVODisplayBeep
* beep the screen (intuition.library must already be in intbase)
Beep:
move.l intbase,a6
sub.l a0,a0 ;a0=0 to beep all screens
jsr _LVODisplayBeep(a6) ;beep screens
rts